home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-10-25 | 815 b | 36 lines | [TEXT/MPS ] |
- { UAssociation.p }
- { Copyright © 1984-1990 Apple Computer, Inc. All rights reserved. }
-
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := FALSE}
- {$ENDC}
-
- UNIT UAssociation;
-
- INTERFACE
-
- USES
- {$SETC __UAssociation__ := TRUE}
- { • MacApp }
- {$U $$Shell(MAPInterfaces)UMacAppUtilities} UMacAppUtilities,
- {$U $$Shell(MAPInterfaces)UFailure} UFailure,
- {$U $$Shell(MAPInterfaces)UObject} UObject,
- {$U $$Shell(MAPInterfaces)UList} UList,
-
- { • Implementation use }
- ToolUtils, Errors;
-
- {$SETC __UAssociation__ := FALSE}
- { • Include the public interface }
- {$SETC _UAssociationIncludes := UsingIncludes}
- {$SETC UsingIncludes := TRUE}
- {$I+}
- {$I $$Shell(MAPInterfaces)UAssociation.p}
- {$SETC UsingIncludes := _UAssociationIncludes}
-
- IMPLEMENTATION
-
- {$I UAssociation.inc1.p}
-
- END.
-